home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-11-11  |  2.4 KB  |  78 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = ToyViewer
  11.  
  12. PROJECTVERSION = 1.1
  13. JAPANESE = YES
  14.  
  15. LANGUAGE = Japanese
  16.  
  17. APPICON = ToyViewer.tiff
  18. DOCICONS = imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  19.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  20.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  21.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  22.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff
  23.  
  24. LOCAL_RESOURCES = AutoDisplay.nib HelpPanel.nib Preference.nib\
  25.                   TiffAccessory.nib ToyViewer.nib ToyWin.nib\
  26.                   Copyright.rtf HelpDoc.rtf HelpInfo.rtf\
  27.                   Localizable.strings
  28.  
  29. GLOBAL_RESOURCES = cross.tiff fit1.tiff fit2.tiff miniwin.tiff\
  30.                    pause.tiff pauseH.tiff play.tiff playH.tiff\
  31.                    stop.tiff stopH.tiff ToyViewer.tiff djpeg filters
  32.  
  33. CLASSES = ADController.m ADSlave.m Background.m DirList.m Exttab.m\
  34.           HelpPanelControl.m PrefControl.m TiffSavePanel.m ToyView.m\
  35.           ToyViewEvent.m ToyWin.m ToyWinBMP.m ToyWinDraw.m ToyWinEPS.m\
  36.           ToyWinGIF.m ToyWinPCD.m ToyWinPPM.m ToyWinSave.m\
  37.           TVController.m TVrotate.m TVwinMgr.m
  38.  
  39. HFILES = ADController.h ADSlave.h Background.h bmp.h common.h\
  40.          DirList.h Exttab.h gif.h HelpPanelControl.h ppm.h\
  41.          PrefControl.h PSsplat.h save.h strfunc.h TiffSavePanel.h\
  42.          ToyView.h ToyWin.h ToyWinBMP.h ToyWinEPS.h ToyWinGIF.h\
  43.          ToyWinPCD.h ToyWinPPM.h TVController.h
  44.  
  45. MFILES = ToyViewer_main.m errmessage.m
  46.  
  47. CFILES = bmpheader.c bmpimage.c iofunc.c giflzw.c gifheader.c\
  48.          gifbmap.c bmpsave.c getmap.c getpixel.c gifsave.c imfunc.c\
  49.          ppmread.c ppmwrite.c strfunc.c
  50.  
  51. PSWFILES = PSsplat.psw
  52.  
  53. TOOLS = pcx2pxo.tproj mag2pxo.tproj hpcdtoppm.tproj
  54.  
  55.  
  56.  
  57. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  58. MAKEFILE = app.make
  59. INSTALLDIR = $(HOME)/Apps
  60. INSTALLFLAGS = -c -s -m 755
  61. SOURCEMODE = 444
  62.  
  63. ICONSECTIONS =    -sectcreate __ICON app ToyViewer.tiff \
  64.         -sectcreate __ICON imageIcon imageIcon.tiff
  65.  
  66. LIBS = -lMedia_s -lNeXT_s
  67. DEBUG_LIBS = $(LIBS)
  68. PROF_LIBS = $(LIBS)
  69.  
  70.  
  71. -include Makefile.preamble
  72.  
  73. include $(MAKEFILEDIR)/$(MAKEFILE)
  74.  
  75. -include Makefile.postamble
  76.  
  77. -include Makefile.dependencies
  78.